arm: omap4+: Enable spl_early_init()
authorLokesh Vutla <[email protected]>
Tue, 27 Jun 2017 08:20:57 +0000 (13:50 +0530)
committerTom Rini <[email protected]>
Mon, 10 Jul 2017 18:26:04 +0000 (14:26 -0400)
Enable spl_early_init() so that spl can use
DT very early during boot.

Signed-off-by: Lokesh Vutla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/mach-omap2/hwinit-common.c

index 77368ee85f5a7502b75e00aa031f31aa3f13365e..7324d522ee6e06a61a9fc8f8860f4295bfbae9a5 100644 (file)
@@ -165,6 +165,7 @@ void early_system_init(void)
         * to prevent overwrites.
         */
        save_omap_boot_params();
+       spl_early_init();
 #endif
        do_board_detect();
        vcores_init();